home *** CD-ROM | disk | FTP | other *** search
/ MacWorld: Conference & Expo 2005 / Macworld Conference and Expo - Documentation CD-ROM (2004).iso / mac / Adobe Reader 6.0 / Adobe Reader 6.0.app / Contents / Resources / Adobe Reader.rsrc / EXVW_10048_admBatchNameSequence < prev    next >
Text File  |  2004-01-30  |  224b  |  10 lines

  1. dialog(name: '$$$/Dialogs/BatchNameSequence', target_id: 'Name')
  2. {
  3.     group()
  4.     {
  5.         static_text(name: '$$$/Dialogs/BatchNameSequence/ChooseName');
  6.         edit_text(item_id: 'Name', width: max_char_width() * 16);
  7.         ok_cancel();
  8.     }
  9. }
  10.